code:procedurecode:procedurecode:factorcode:factorThe examples below uses arq from Apache Jena (http://jena.apache.org). To install arq - download and unpack the latest version of apache-jena from (http://jena.apache.org/download/index.cgi). Then you need some way of invoking arq; I use a not-so-clever-approach: cd ~/bin; ln -s /opt/apache-jena-2.13.0/bin/arq.
Given a SPARQL query and RDF data, arq returns the result of the query. So this is the command line way of making a SPARQL query.
The use of arq is described many places, see for example (http://www.learningsparql.com/).
All arq commands below are to be run in the directory with the sample files, which is inst/extdata/sample-rdf directory or extdata/sample-rdf depending on the whether the development version or the installed version of the package is used.
The cd below in each code block is included because I could not find a quick way to get the code chunk executed in that directory. knitr is flexible enough to do it, I have not yet found the right way to do it. So, ignore the repeated cd ..
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOdimensions.rq
## 12:00:29 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:29 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## ----------------------------
## | p |
## ============================
## | crnd-dimension:ethnic |
## | crnd-dimension:race |
## | crnd-dimension:procedure |
## | crnd-dimension:agegr1 |
## | crnd-dimension:factor |
## | crnd-dimension:trt01a |
## | crnd-dimension:sex |
## ----------------------------
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOattributes.rq
## 12:00:30 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:30 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## ------------------------------
## | p |
## ==============================
## | crnd-attribute:cellpartno |
## | crnd-attribute:measurefmt |
## | crnd-attribute:colno |
## | crnd-attribute:denominator |
## | crnd-attribute:unit |
## | crnd-attribute:rowno |
## ------------------------------
The SPARQL script shows for each observation the dimension, attributes and measures in a row. Note: in the HTML version the output below can be scrolled using the left and right arrow.
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOobservations.rq
## 12:00:31 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:31 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
## | s | ethnic | race | procedure | agegr1 | factor | trt01a | sex | cellpartno | measurefmt | colno | denominator | unit | rowno | measure | ethnicvalue | racevalue | procedurevalue | agegr1value | factorvalue | trt01avalue | sexvalue |
## ===============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
## | ds:obs001 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "1"^^xsd:string | "86"^^xsd:double | | | | | | | |
## | ds:obs002 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "1"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs003 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "1"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs004 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "sex" | "NA"^^xsd:string | "1"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs005 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "sex" | "NA"^^xsd:string | "1"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs006 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "sex" | "NA"^^xsd:string | "1"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs007 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "2"^^xsd:string | "53"^^xsd:double | | | | | | | |
## | ds:obs008 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "2"^^xsd:string | "50"^^xsd:double | | | | | | | |
## | ds:obs009 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "2"^^xsd:string | "40"^^xsd:double | | | | | | | |
## | ds:obs010 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "sex" | "NA"^^xsd:string | "2"^^xsd:string | "61.627906977"^^xsd:double | | | | | | | |
## | ds:obs011 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "sex" | "NA"^^xsd:string | "2"^^xsd:string | "59.523809524"^^xsd:double | | | | | | | |
## | ds:obs012 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "sex" | "NA"^^xsd:string | "2"^^xsd:string | "47.619047619"^^xsd:double | | | | | | | |
## | ds:obs013 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "3"^^xsd:string | "33"^^xsd:double | | | | | | | |
## | ds:obs014 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "3"^^xsd:string | "34"^^xsd:double | | | | | | | |
## | ds:obs015 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "3"^^xsd:string | "44"^^xsd:double | | | | | | | |
## | ds:obs016 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "sex" | "NA"^^xsd:string | "3"^^xsd:string | "38.372093023"^^xsd:double | | | | | | | |
## | ds:obs017 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "sex" | "NA"^^xsd:string | "3"^^xsd:string | "40.476190476"^^xsd:double | | | | | | | |
## | ds:obs018 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "sex" | "NA"^^xsd:string | "3"^^xsd:string | "52.380952381"^^xsd:double | | | | | | | |
## | ds:obs019 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "4"^^xsd:string | "8.5901671271"^^xsd:double | | | | | | | |
## | ds:obs020 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "4"^^xsd:string | "8.2860505995"^^xsd:double | | | | | | | |
## | ds:obs021 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "4"^^xsd:string | "7.8860938487"^^xsd:double | | | | | | | |
## | ds:obs022 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "5"^^xsd:string | "86"^^xsd:double | | | | | | | |
## | ds:obs023 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "5"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs024 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "5"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs025 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "6"^^xsd:string | "76"^^xsd:double | | | | | | | |
## | ds:obs026 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "6"^^xsd:string | "77.5"^^xsd:double | | | | | | | |
## | ds:obs027 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "6"^^xsd:string | "76"^^xsd:double | | | | | | | |
## | ds:obs028 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "7"^^xsd:string | "75.209302326"^^xsd:double | | | | | | | |
## | ds:obs029 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "7"^^xsd:string | "75.666666667"^^xsd:double | | | | | | | |
## | ds:obs030 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "7"^^xsd:string | "74.380952381"^^xsd:double | | | | | | | |
## | ds:obs031 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "8"^^xsd:string | "82"^^xsd:double | | | | | | | |
## | ds:obs032 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "8"^^xsd:string | "82"^^xsd:double | | | | | | | |
## | ds:obs033 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "8"^^xsd:string | "80"^^xsd:double | | | | | | | |
## | ds:obs034 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "9"^^xsd:string | "69"^^xsd:double | | | | | | | |
## | ds:obs035 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "9"^^xsd:string | "71"^^xsd:double | | | | | | | |
## | ds:obs036 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "9"^^xsd:string | "70.5"^^xsd:double | | | | | | | |
## | ds:obs037 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "10"^^xsd:string | "89"^^xsd:double | | | | | | | |
## | ds:obs038 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "10"^^xsd:string | "88"^^xsd:double | | | | | | | |
## | ds:obs039 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "10"^^xsd:string | "88"^^xsd:double | | | | | | | |
## | ds:obs040 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "11"^^xsd:string | "52"^^xsd:double | | | | | | | |
## | ds:obs041 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "11"^^xsd:string | "51"^^xsd:double | | | | | | | |
## | ds:obs042 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "11"^^xsd:string | "56"^^xsd:double | | | | | | | |
## | ds:obs043 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "18"^^xsd:string | "86"^^xsd:double | | | | | | | |
## | ds:obs044 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "18"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs045 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "18"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs046 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "agegr1" | "NA"^^xsd:string | "18"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs047 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "agegr1" | "NA"^^xsd:string | "18"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs048 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "agegr1" | "NA"^^xsd:string | "18"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs049 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "19"^^xsd:string | "14"^^xsd:double | | | | | | | |
## | ds:obs050 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "19"^^xsd:string | "8"^^xsd:double | | | | | | | |
## | ds:obs051 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "19"^^xsd:string | "11"^^xsd:double | | | | | | | |
## | ds:obs052 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "agegr1" | "NA"^^xsd:string | "19"^^xsd:string | "16.279069767"^^xsd:double | | | | | | | |
## | ds:obs053 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "agegr1" | "NA"^^xsd:string | "19"^^xsd:string | "9.5238095238"^^xsd:double | | | | | | | |
## | ds:obs054 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "agegr1" | "NA"^^xsd:string | "19"^^xsd:string | "13.095238095"^^xsd:double | | | | | | | |
## | ds:obs055 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "20"^^xsd:string | "42"^^xsd:double | | | | | | | |
## | ds:obs056 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "20"^^xsd:string | "47"^^xsd:double | | | | | | | |
## | ds:obs057 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "20"^^xsd:string | "55"^^xsd:double | | | | | | | |
## | ds:obs058 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "agegr1" | "NA"^^xsd:string | "20"^^xsd:string | "48.837209302"^^xsd:double | | | | | | | |
## | ds:obs059 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "agegr1" | "NA"^^xsd:string | "20"^^xsd:string | "55.952380952"^^xsd:double | | | | | | | |
## | ds:obs060 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "agegr1" | "NA"^^xsd:string | "20"^^xsd:string | "65.476190476"^^xsd:double | | | | | | | |
## | ds:obs061 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "21"^^xsd:string | "30"^^xsd:double | | | | | | | |
## | ds:obs062 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "21"^^xsd:string | "29"^^xsd:double | | | | | | | |
## | ds:obs063 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "21"^^xsd:string | "18"^^xsd:double | | | | | | | |
## | ds:obs064 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "agegr1" | "NA"^^xsd:string | "21"^^xsd:string | "34.88372093"^^xsd:double | | | | | | | |
## | ds:obs065 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "agegr1" | "NA"^^xsd:string | "21"^^xsd:string | "34.523809524"^^xsd:double | | | | | | | |
## | ds:obs066 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "agegr1" | "NA"^^xsd:string | "21"^^xsd:string | "21.428571429"^^xsd:double | | | | | | | |
## | ds:obs067 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "22"^^xsd:string | "86"^^xsd:double | | | | | | | |
## | ds:obs068 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "22"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs069 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "22"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs070 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "race" | "NA"^^xsd:string | "22"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs071 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "race" | "NA"^^xsd:string | "22"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs072 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "race" | "NA"^^xsd:string | "22"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs073 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "23"^^xsd:string | "78"^^xsd:double | | | | | | | |
## | ds:obs074 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "23"^^xsd:string | "78"^^xsd:double | | | | | | | |
## | ds:obs075 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "23"^^xsd:string | "74"^^xsd:double | | | | | | | |
## | ds:obs076 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "race" | "NA"^^xsd:string | "23"^^xsd:string | "90.697674419"^^xsd:double | | | | | | | |
## | ds:obs077 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "race" | "NA"^^xsd:string | "23"^^xsd:string | "92.857142857"^^xsd:double | | | | | | | |
## | ds:obs078 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "race" | "NA"^^xsd:string | "23"^^xsd:string | "88.095238095"^^xsd:double | | | | | | | |
## | ds:obs079 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "24"^^xsd:string | "8"^^xsd:double | | | | | | | |
## | ds:obs080 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "24"^^xsd:string | "6"^^xsd:double | | | | | | | |
## | ds:obs081 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "24"^^xsd:string | "9"^^xsd:double | | | | | | | |
## | ds:obs082 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "race" | "NA"^^xsd:string | "24"^^xsd:string | "9.3023255814"^^xsd:double | | | | | | | |
## | ds:obs083 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "race" | "NA"^^xsd:string | "24"^^xsd:string | "7.1428571429"^^xsd:double | | | | | | | |
## | ds:obs084 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "race" | "NA"^^xsd:string | "24"^^xsd:string | "10.714285714"^^xsd:double | | | | | | | |
## | ds:obs085 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "25"^^xsd:string | "0"^^xsd:double | | | | | | | |
## | ds:obs086 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "25"^^xsd:string | "0"^^xsd:double | | | | | | | |
## | ds:obs087 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "25"^^xsd:string | "1"^^xsd:double | | | | | | | |
## | ds:obs088 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "race" | "NA"^^xsd:string | "25"^^xsd:string | "0"^^xsd:double | | | | | | | |
## | ds:obs089 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "race" | "NA"^^xsd:string | "25"^^xsd:string | "0"^^xsd:double | | | | | | | |
## | ds:obs090 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "race" | "NA"^^xsd:string | "25"^^xsd:string | "1.1904761905"^^xsd:double | | | | | | | |
## | ds:obs091 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "26"^^xsd:string | "12.771543533"^^xsd:double | | | | | | | |
## | ds:obs092 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "26"^^xsd:string | "14.123598649"^^xsd:double | | | | | | | |
## | ds:obs093 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "26"^^xsd:string | "14.653433372"^^xsd:double | | | | | | | |
## | ds:obs094 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "27"^^xsd:string | "86"^^xsd:double | | | | | | | |
## | ds:obs095 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "27"^^xsd:string | "83"^^xsd:double | | | | | | | |
## | ds:obs096 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "27"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs097 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "28"^^xsd:string | "60.55"^^xsd:double | | | | | | | |
## | ds:obs098 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "28"^^xsd:string | "64.9"^^xsd:double | | | | | | | |
## | ds:obs099 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "28"^^xsd:string | "69.2"^^xsd:double | | | | | | | |
## | ds:obs100 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "29"^^xsd:string | "62.759302326"^^xsd:double | | | | | | | |
## | ds:obs101 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "29"^^xsd:string | "67.279518072"^^xsd:double | | | | | | | |
## | ds:obs102 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "29"^^xsd:string | "70.004761905"^^xsd:double | | | | | | | |
## | ds:obs103 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "30"^^xsd:string | "74.4"^^xsd:double | | | | | | | |
## | ds:obs104 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "30"^^xsd:string | "77.8"^^xsd:double | | | | | | | |
## | ds:obs105 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "30"^^xsd:string | "80.3"^^xsd:double | | | | | | | |
## | ds:obs106 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "31"^^xsd:string | "53.5"^^xsd:double | | | | | | | |
## | ds:obs107 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "31"^^xsd:string | "55.8"^^xsd:double | | | | | | | |
## | ds:obs108 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "31"^^xsd:string | "56.75"^^xsd:double | | | | | | | |
## | ds:obs109 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "32"^^xsd:string | "86.2"^^xsd:double | | | | | | | |
## | ds:obs110 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "32"^^xsd:string | "106.1"^^xsd:double | | | | | | | |
## | ds:obs111 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "32"^^xsd:string | "108"^^xsd:double | | | | | | | |
## | ds:obs112 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "33"^^xsd:string | "34"^^xsd:double | | | | | | | |
## | ds:obs113 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "33"^^xsd:string | "45.4"^^xsd:double | | | | | | | |
## | ds:obs114 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "33"^^xsd:string | "41.7"^^xsd:double | | | | | | | |
## | ds:obs115 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "36"^^xsd:string | "86"^^xsd:double | | | | | | | |
## | ds:obs116 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "36"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs117 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "36"^^xsd:string | "84"^^xsd:double | | | | | | | |
## | ds:obs118 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "ethnic" | "NA"^^xsd:string | "36"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs119 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "ethnic" | "NA"^^xsd:string | "36"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs120 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "ethnic" | "NA"^^xsd:string | "36"^^xsd:string | "100"^^xsd:double | | | | | | | |
## | ds:obs121 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "38"^^xsd:string | "83"^^xsd:double | | | | | | | |
## | ds:obs122 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "38"^^xsd:string | "78"^^xsd:double | | | | | | | |
## | ds:obs123 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "38"^^xsd:string | "81"^^xsd:double | | | | | | | |
## | ds:obs124 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "ethnic" | "NA"^^xsd:string | "38"^^xsd:string | "96.511627907"^^xsd:double | | | | | | | |
## | ds:obs125 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "ethnic" | "NA"^^xsd:string | "38"^^xsd:string | "92.857142857"^^xsd:double | | | | | | | |
## | ds:obs126 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "ethnic" | "NA"^^xsd:string | "38"^^xsd:string | "96.428571429"^^xsd:double | | | | | | | |
## | ds:obs127 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "1"^^xsd:string | "" | "NA"^^xsd:string | "40"^^xsd:string | "3"^^xsd:double | | | | | | | |
## | ds:obs128 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "2"^^xsd:string | "" | "NA"^^xsd:string | "40"^^xsd:string | "6"^^xsd:double | | | | | | | |
## | ds:obs129 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "1"^^xsd:string | "%6.0f"^^xsd:string | "3"^^xsd:string | "" | "NA"^^xsd:string | "40"^^xsd:string | "3"^^xsd:double | | | | | | | |
## | ds:obs130 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "1"^^xsd:string | "ethnic" | "NA"^^xsd:string | "40"^^xsd:string | "3.488372093"^^xsd:double | | | | | | | |
## | ds:obs131 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "2"^^xsd:string | "ethnic" | "NA"^^xsd:string | "40"^^xsd:string | "7.1428571429"^^xsd:double | | | | | | | |
## | ds:obs132 | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | <http://www.example.org/dc/code/CODING ERROR- no decode value> | "2"^^xsd:string | "%6.1f"^^xsd:string | "3"^^xsd:string | "ethnic" | "NA"^^xsd:string | "40"^^xsd:string | "3.5714285714"^^xsd:double | | | | | | | |
## -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
code:procedureThe SPARQL script shows how the R function definition for the descriptive statistics is stored in the cube.
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOprocedure.rq
## 12:00:32 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:32 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## -----------------------------------------------------------------------------------------------------------------------
## | procedure | prefLabel | functiondef |
## =======================================================================================================================
## | code:procedure-max | "max"^^xsd:string | "function (x) { max(x, na.rm = TRUE) }" |
## | code:procedure-std | "std"^^xsd:string | "function (x) { sd(x, na.rm = TRUE) }" |
## | code:procedure-mean | "mean"^^xsd:string | "function (x) { mean(x, na.rm = TRUE) }" |
## | code:procedure-min | "min"^^xsd:string | "function (x) { min(x, na.rm = TRUE) }" |
## | code:procedure-percent | "percent"^^xsd:string | "function (x) { -1 }" |
## | code:procedure-count | "count"^^xsd:string | "function (x) { length(x) }" |
## | code:procedure-q3 | "q3"^^xsd:string | "function (x) { quantile(x, probs = c(0.75), na.rm = TRUE) }" |
## | code:procedure-n | "n"^^xsd:string | "function (x) { length(x[!is.na(x)]) }" |
## | code:procedure-median | "median"^^xsd:string | "function (x) { median(x, na.rm = TRUE) }" |
## | code:procedure-q1 | "q1"^^xsd:string | "function (x) { quantile(x, probs = c(0.25), na.rm = TRUE) }" |
## -----------------------------------------------------------------------------------------------------------------------
The SPARQL script shows the codelist.
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOcodelist.rq
## 12:00:33 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:33 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
## | DataStructureDefinition | dimension | cprefLabel | cl | clprefLabel | vn | vct | vnop | vnval |
## ===========================================================================================================================================================================================================================================================================================================================================
## | ds:dsd-DEMO | crnd-dimension:agegr1 | "Codelist scheme: agegr1"@en | code:agegr1-65-80 | "65-80"^^xsd:string | "agegr1"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_AGEGR1 | "65-80"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:agegr1 | "Codelist scheme: agegr1"@en | code:agegr1-_65 | "<65"^^xsd:string | "agegr1"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_AGEGR1 | "<65"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:agegr1 | "Codelist scheme: agegr1"@en | code:agegr1-_80 | ">80"^^xsd:string | "agegr1"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_AGEGR1 | ">80"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:agegr1 | "Codelist scheme: agegr1"@en | code:agegr1-_ALL_ | "_ALL_"^^xsd:string | "agegr1"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_AGEGR1 | |
## | ds:dsd-DEMO | crnd-dimension:agegr1 | "Codelist scheme: agegr1"@en | code:agegr1-_NONMISS_ | "_NONMISS_"^^xsd:string | "agegr1"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_AGEGR1 | |
## | ds:dsd-DEMO | crnd-dimension:ethnic | "Codelist scheme: ethnic"@en | code:ethnic-HISPANIC_OR_LATINO | "HISPANIC OR LATINO"^^xsd:string | "ethnic"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_ETHNIC | "HISPANIC OR LATINO"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:ethnic | "Codelist scheme: ethnic"@en | code:ethnic-NOT_HISPANIC_OR_LATINO | "NOT HISPANIC OR LATINO"^^xsd:string | "ethnic"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_ETHNIC | "NOT HISPANIC OR LATINO"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:ethnic | "Codelist scheme: ethnic"@en | code:ethnic-_ALL_ | "_ALL_"^^xsd:string | "ethnic"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_ETHNIC | |
## | ds:dsd-DEMO | crnd-dimension:ethnic | "Codelist scheme: ethnic"@en | code:ethnic-_NONMISS_ | "_NONMISS_"^^xsd:string | "ethnic"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_ETHNIC | |
## | ds:dsd-DEMO | crnd-dimension:factor | "Codelist scheme: factor"@en | code:factor-_ALL_ | "_ALL_"^^xsd:string | "factor"^^xsd:string | "DATA"^^xsd:string | | |
## | ds:dsd-DEMO | crnd-dimension:factor | "Codelist scheme: factor"@en | code:factor-_NONMISS_ | "_NONMISS_"^^xsd:string | "factor"^^xsd:string | "DATA"^^xsd:string | | |
## | ds:dsd-DEMO | crnd-dimension:factor | "Codelist scheme: factor"@en | code:factor-age | "age"^^xsd:string | "factor"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "age"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:factor | "Codelist scheme: factor"@en | code:factor-proportion | "proportion"^^xsd:string | "factor"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "proportion"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:factor | "Codelist scheme: factor"@en | code:factor-quantity | "quantity"^^xsd:string | "factor"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "quantity"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:factor | "Codelist scheme: factor"@en | code:factor-weightbl | "weightbl"^^xsd:string | "factor"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "weightbl"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-count | "count"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "count"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-max | "max"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "max"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-mean | "mean"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "mean"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-median | "median"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "median"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-min | "min"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "min"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-n | "n"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "n"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-percent | "percent"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "percent"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-q1 | "q1"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "q1"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-q3 | "q3"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "q3"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:procedure | "Codelist scheme: procedure"@en | code:procedure-std | "std"^^xsd:string | "procedure"^^xsd:string | "DATA"^^xsd:string | "=="^^xsd:string | "std"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:race | "Codelist scheme: race"@en | code:race-AMERICAN_INDIAN_OR_ALASKA_NATIVE | "AMERICAN INDIAN OR ALASKA NATIVE"^^xsd:string | "race"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_RACE | "AMERICAN INDIAN OR ALASKA NATIVE"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:race | "Codelist scheme: race"@en | code:race-ASIAN | "ASIAN"^^xsd:string | "race"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_RACE | "ASIAN"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:race | "Codelist scheme: race"@en | code:race-BLACK_OR_AFRICAN_AMERICAN | "BLACK OR AFRICAN AMERICAN"^^xsd:string | "race"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_RACE | "BLACK OR AFRICAN AMERICAN"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:race | "Codelist scheme: race"@en | code:race-NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER | "NATIVE HAWAIIAN OR OTHER PACIFIC ISLANDER"^^xsd:string | "race"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_RACE | "NATIVE HAWAIIAN OR OTHER PACIFIC ISLANDER"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:race | "Codelist scheme: race"@en | code:race-WHITE | "WHITE"^^xsd:string | "race"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_RACE | "WHITE"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:race | "Codelist scheme: race"@en | code:race-_ALL_ | "_ALL_"^^xsd:string | "race"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_RACE | |
## | ds:dsd-DEMO | crnd-dimension:race | "Codelist scheme: race"@en | code:race-_NONMISS_ | "_NONMISS_"^^xsd:string | "race"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_RACE | |
## | ds:dsd-DEMO | crnd-dimension:sex | "Codelist scheme: sex"@en | code:sex-F | "F"^^xsd:string | "sex"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_SEX | "F"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:sex | "Codelist scheme: sex"@en | code:sex-M | "M"^^xsd:string | "sex"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_SEX | "M"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:sex | "Codelist scheme: sex"@en | code:sex-U | "U"^^xsd:string | "sex"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_SEX | "U"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:sex | "Codelist scheme: sex"@en | code:sex-UN | "UN"^^xsd:string | "sex"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_SEX | "UN"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:sex | "Codelist scheme: sex"@en | code:sex-_ALL_ | "_ALL_"^^xsd:string | "sex"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_SEX | |
## | ds:dsd-DEMO | crnd-dimension:sex | "Codelist scheme: sex"@en | code:sex-_NONMISS_ | "_NONMISS_"^^xsd:string | "sex"^^xsd:string | "SDTM"^^xsd:string | rrdfqbcrnd0:ADSL_SEX | |
## | ds:dsd-DEMO | crnd-dimension:trt01a | "Codelist scheme: trt01a"@en | code:trt01a-Placebo | "Placebo"^^xsd:string | "trt01a"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_TRT01A | "Placebo"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:trt01a | "Codelist scheme: trt01a"@en | code:trt01a-Xanomeline_High_Dose | "Xanomeline High Dose"^^xsd:string | "trt01a"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_TRT01A | "Xanomeline High Dose"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:trt01a | "Codelist scheme: trt01a"@en | code:trt01a-Xanomeline_Low_Dose | "Xanomeline Low Dose"^^xsd:string | "trt01a"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_TRT01A | "Xanomeline Low Dose"^^xsd:string |
## | ds:dsd-DEMO | crnd-dimension:trt01a | "Codelist scheme: trt01a"@en | code:trt01a-_ALL_ | "_ALL_"^^xsd:string | "trt01a"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_TRT01A | |
## | ds:dsd-DEMO | crnd-dimension:trt01a | "Codelist scheme: trt01a"@en | code:trt01a-_NONMISS_ | "_NONMISS_"^^xsd:string | "trt01a"^^xsd:string | "DATA"^^xsd:string | rrdfqbcrnd0:ADSL_TRT01A | |
## -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
code:procedureThe SPARQL script shows how the R function definition for the descriptive statistics is stored in the cube.
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOprocedure-codelist.rq
## 12:00:34 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:34 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## ---------------------------------------------------------------------------------------------------------------------------------
## | s | p | o |
## =================================================================================================================================
## | code:procedure-min | skos:topConceptOf | code:procedure |
## | code:procedure-min | skos:prefLabel | "min"^^xsd:string |
## | code:procedure-min | skos:inScheme | code:procedure |
## | code:procedure-min | rrdfqbcrnd0:RdescStatDefFun | "function (x) { min(x, na.rm = TRUE) }" |
## | code:procedure-min | rrdfqbcrnd0:R-selectionvalue | "min"^^xsd:string |
## | code:procedure-min | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-min | rdfs:comment | "Descriptive statistics min"@en |
## | code:procedure-min | rdf:type | skos:Concept |
## | code:procedure-min | rdf:type | code:Procedure |
## | code:procedure-std | skos:topConceptOf | code:procedure |
## | code:procedure-std | skos:prefLabel | "std"^^xsd:string |
## | code:procedure-std | skos:inScheme | code:procedure |
## | code:procedure-std | rrdfqbcrnd0:RdescStatDefFun | "function (x) { sd(x, na.rm = TRUE) }" |
## | code:procedure-std | rrdfqbcrnd0:R-selectionvalue | "std"^^xsd:string |
## | code:procedure-std | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-std | rdfs:comment | "Descriptive statistics std"@en |
## | code:procedure-std | rdf:type | skos:Concept |
## | code:procedure-std | rdf:type | code:Procedure |
## | code:procedure-q3 | skos:topConceptOf | code:procedure |
## | code:procedure-q3 | skos:prefLabel | "q3"^^xsd:string |
## | code:procedure-q3 | skos:inScheme | code:procedure |
## | code:procedure-q3 | rrdfqbcrnd0:RdescStatDefFun | "function (x) { quantile(x, probs = c(0.75), na.rm = TRUE) }" |
## | code:procedure-q3 | rrdfqbcrnd0:R-selectionvalue | "q3"^^xsd:string |
## | code:procedure-q3 | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-q3 | rdfs:comment | "Descriptive statistics q3"@en |
## | code:procedure-q3 | rdf:type | skos:Concept |
## | code:procedure-q3 | rdf:type | code:Procedure |
## | code:procedure-median | skos:topConceptOf | code:procedure |
## | code:procedure-median | skos:prefLabel | "median"^^xsd:string |
## | code:procedure-median | skos:inScheme | code:procedure |
## | code:procedure-median | rrdfqbcrnd0:RdescStatDefFun | "function (x) { median(x, na.rm = TRUE) }" |
## | code:procedure-median | rrdfqbcrnd0:R-selectionvalue | "median"^^xsd:string |
## | code:procedure-median | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-median | rdfs:comment | "Descriptive statistics median"@en |
## | code:procedure-median | rdf:type | skos:Concept |
## | code:procedure-median | rdf:type | code:Procedure |
## | code:procedure-count | skos:topConceptOf | code:procedure |
## | code:procedure-count | skos:prefLabel | "count"^^xsd:string |
## | code:procedure-count | skos:inScheme | code:procedure |
## | code:procedure-count | rrdfqbcrnd0:RdescStatDefFun | "function (x) { length(x) }" |
## | code:procedure-count | rrdfqbcrnd0:R-selectionvalue | "count"^^xsd:string |
## | code:procedure-count | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-count | rdfs:comment | "Descriptive statistics count"@en |
## | code:procedure-count | rdf:type | skos:Concept |
## | code:procedure-count | rdf:type | code:Procedure |
## | code:procedure-max | skos:topConceptOf | code:procedure |
## | code:procedure-max | skos:prefLabel | "max"^^xsd:string |
## | code:procedure-max | skos:inScheme | code:procedure |
## | code:procedure-max | rrdfqbcrnd0:RdescStatDefFun | "function (x) { max(x, na.rm = TRUE) }" |
## | code:procedure-max | rrdfqbcrnd0:R-selectionvalue | "max"^^xsd:string |
## | code:procedure-max | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-max | rdfs:comment | "Descriptive statistics max"@en |
## | code:procedure-max | rdf:type | skos:Concept |
## | code:procedure-max | rdf:type | code:Procedure |
## | code:procedure-mean | skos:topConceptOf | code:procedure |
## | code:procedure-mean | skos:prefLabel | "mean"^^xsd:string |
## | code:procedure-mean | skos:inScheme | code:procedure |
## | code:procedure-mean | rrdfqbcrnd0:RdescStatDefFun | "function (x) { mean(x, na.rm = TRUE) }" |
## | code:procedure-mean | rrdfqbcrnd0:R-selectionvalue | "mean"^^xsd:string |
## | code:procedure-mean | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-mean | rdfs:comment | "Descriptive statistics mean"@en |
## | code:procedure-mean | rdf:type | skos:Concept |
## | code:procedure-mean | rdf:type | code:Procedure |
## | code:procedure-q1 | skos:topConceptOf | code:procedure |
## | code:procedure-q1 | skos:prefLabel | "q1"^^xsd:string |
## | code:procedure-q1 | skos:inScheme | code:procedure |
## | code:procedure-q1 | rrdfqbcrnd0:RdescStatDefFun | "function (x) { quantile(x, probs = c(0.25), na.rm = TRUE) }" |
## | code:procedure-q1 | rrdfqbcrnd0:R-selectionvalue | "q1"^^xsd:string |
## | code:procedure-q1 | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-q1 | rdfs:comment | "Descriptive statistics q1"@en |
## | code:procedure-q1 | rdf:type | skos:Concept |
## | code:procedure-q1 | rdf:type | code:Procedure |
## | code:procedure-n | skos:topConceptOf | code:procedure |
## | code:procedure-n | skos:prefLabel | "n"^^xsd:string |
## | code:procedure-n | skos:inScheme | code:procedure |
## | code:procedure-n | rrdfqbcrnd0:RdescStatDefFun | "function (x) { length(x[!is.na(x)]) }" |
## | code:procedure-n | rrdfqbcrnd0:R-selectionvalue | "n"^^xsd:string |
## | code:procedure-n | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-n | rdfs:comment | "Descriptive statistics n"@en |
## | code:procedure-n | rdf:type | skos:Concept |
## | code:procedure-n | rdf:type | code:Procedure |
## | code:procedure-percent | skos:topConceptOf | code:procedure |
## | code:procedure-percent | skos:prefLabel | "percent"^^xsd:string |
## | code:procedure-percent | skos:inScheme | code:procedure |
## | code:procedure-percent | rrdfqbcrnd0:RdescStatDefFun | "function (x) { -1 }" |
## | code:procedure-percent | rrdfqbcrnd0:R-selectionvalue | "percent"^^xsd:string |
## | code:procedure-percent | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-percent | rdfs:comment | "Descriptive statistics percent"@en |
## | code:procedure-percent | rdf:type | skos:Concept |
## | code:procedure-percent | rdf:type | code:Procedure |
## ---------------------------------------------------------------------------------------------------------------------------------
code:factorThe SPARQL script shows how the R function definition for the descriptive statistics is stored in the cube.
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOfactor.rq
## 12:00:35 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:35 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## ------------------------------------------------------------------------------------------------------------
## | factor | prefLabel | DataSetRefD2RQ | Rselectionvalue |
## ============================================================================================================
## | code:factor-_ALL_ | "_ALL_"^^xsd:string | | |
## | code:factor-proportion | "proportion"^^xsd:string | | "proportion"^^xsd:string |
## | code:factor-weightbl | "weightbl"^^xsd:string | rrdfqbcrnd0:ADSL_WEIGHTBL | "weightbl"^^xsd:string |
## | code:factor-_NONMISS_ | "_NONMISS_"^^xsd:string | | |
## | code:factor-quantity | "quantity"^^xsd:string | | "quantity"^^xsd:string |
## | code:factor-age | "age"^^xsd:string | rrdfqbcrnd0:ADSL_AGE | "age"^^xsd:string |
## ------------------------------------------------------------------------------------------------------------
code:factorThe SPARQL script shows how the R function definition for the descriptive statistics is stored in the cube.
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOfactor-codelist.rq
## 12:00:36 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:36 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:37 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## ---------------------------------------------------------------------------------------------------------------------------------------------------------------
## | s | p | o |
## ===============================================================================================================================================================
## | code:factor-weightbl | skos:topConceptOf | code:factor |
## | code:factor-weightbl | skos:prefLabel | "weightbl"^^xsd:string |
## | code:factor-weightbl | skos:inScheme | code:factor |
## | code:factor-weightbl | rrdfqbcrnd0:R-selectionvalue | "weightbl"^^xsd:string |
## | code:factor-weightbl | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:factor-weightbl | rrdfqbcrnd0:DataSetRefD2RQ | rrdfqbcrnd0:ADSL_WEIGHTBL |
## | code:factor-weightbl | rdfs:comment | "Coded values from data source. No reconciliation against another source"@en |
## | code:factor-weightbl | rdf:type | skos:Concept |
## | code:factor-weightbl | rdf:type | code:Factor |
## | code:factor-age | skos:topConceptOf | code:factor |
## | code:factor-age | skos:prefLabel | "age"^^xsd:string |
## | code:factor-age | skos:inScheme | code:factor |
## | code:factor-age | rrdfqbcrnd0:R-selectionvalue | "age"^^xsd:string |
## | code:factor-age | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:factor-age | rrdfqbcrnd0:DataSetRefD2RQ | rrdfqbcrnd0:ADSL_AGE |
## | code:factor-age | rdfs:comment | "Coded values from data source. No reconciliation against another source"@en |
## | code:factor-age | rdf:type | skos:Concept |
## | code:factor-age | rdf:type | code:Factor |
## | code:factor-_ALL_ | skos:topConceptOf | code:factor |
## | code:factor-_ALL_ | skos:prefLabel | "_ALL_"^^xsd:string |
## | code:factor-_ALL_ | skos:inScheme | code:factor |
## | code:factor-_ALL_ | rdfs:comment | "NON-CDISC: Represents all codelist categories."@en |
## | code:factor-_ALL_ | rdf:type | skos:Concept |
## | code:factor-_ALL_ | rdf:type | code:Factor |
## | code:factor-quantity | skos:topConceptOf | code:factor |
## | code:factor-quantity | skos:prefLabel | "quantity"^^xsd:string |
## | code:factor-quantity | skos:inScheme | code:factor |
## | code:factor-quantity | rrdfqbcrnd0:R-selectionvalue | "quantity"^^xsd:string |
## | code:factor-quantity | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:factor-quantity | rdfs:comment | "Coded values from data source. No reconciliation against another source"@en |
## | code:factor-quantity | rdf:type | skos:Concept |
## | code:factor-quantity | rdf:type | code:Factor |
## | code:factor-_NONMISS_ | skos:topConceptOf | code:factor |
## | code:factor-_NONMISS_ | skos:prefLabel | "_NONMISS_"^^xsd:string |
## | code:factor-_NONMISS_ | skos:inScheme | code:factor |
## | code:factor-_NONMISS_ | rrdfqbcrnd0:R-selectionfunction | "is.na"^^xsd:string |
## | code:factor-_NONMISS_ | rdfs:comment | "NON-CDISC: Represents the non-missing codelist categories. Does not include missing values."@en |
## | code:factor-_NONMISS_ | rdf:type | skos:Concept |
## | code:factor-_NONMISS_ | rdf:type | code:Factor |
## | code:factor-proportion | skos:topConceptOf | code:factor |
## | code:factor-proportion | skos:prefLabel | "proportion"^^xsd:string |
## | code:factor-proportion | skos:inScheme | code:factor |
## | code:factor-proportion | rrdfqbcrnd0:R-selectionvalue | "proportion"^^xsd:string |
## | code:factor-proportion | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:factor-proportion | rdfs:comment | "Coded values from data source. No reconciliation against another source"@en |
## | code:factor-proportion | rdf:type | skos:Concept |
## | code:factor-proportion | rdf:type | code:Factor |
## ---------------------------------------------------------------------------------------------------------------------------------------------------------------
The SPARQL script shows how the function definition for the descriptive statistics is stored in the cube.
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOprocedure-median.rq
## 12:00:38 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:38 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## -------------------------------------------------------------------------------------------------------------
## | s | p | o |
## =============================================================================================================
## | code:procedure-median | skos:topConceptOf | code:procedure |
## | code:procedure-median | skos:prefLabel | "median"^^xsd:string |
## | code:procedure-median | skos:inScheme | code:procedure |
## | code:procedure-median | rrdfqbcrnd0:RdescStatDefFun | "function (x) { median(x, na.rm = TRUE) }" |
## | code:procedure-median | rrdfqbcrnd0:R-selectionvalue | "median"^^xsd:string |
## | code:procedure-median | rrdfqbcrnd0:R-selectionoperator | "=="^^xsd:string |
## | code:procedure-median | rdfs:comment | "Descriptive statistics median"@en |
## | code:procedure-median | rdf:type | skos:Concept |
## | code:procedure-median | rdf:type | code:Procedure |
## -------------------------------------------------------------------------------------------------------------
The SPARQL script shows how the information for selecting data for derivation of univariate statistics is present in the cube.
cd ../extdata/sample-rdf
arq --data DC-DEMO-sample.ttl --query DEMOobservations-R-selection.rq
## 12:00:39 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:39 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## -----------------------------------------------------------------------
## | obs | rrdfqbcrnd0Rcolumnname | Rselectionoperator | Rselectionvalue |
## =======================================================================
## -----------------------------------------------------------------------
The following two SPARQL scripts are from taken from create-ADSL-ttl.Rmd.
First get the mapping information.
cd ../extdata/sample-rdf
arq --data adsl-map.ttl --query ADSL-mapping.rq
## -----------------------------------------------------------------
## | mapColumn | d2rqcolumn | d2rqdatatype |
## =================================================================
## | <adsl-map.ttl#ADSL_COMP24FL> | "ADSL.COMP24FL" | |
## | <adsl-map.ttl#ADSL_DCREASCD> | "ADSL.DCREASCD" | |
## | <adsl-map.ttl#ADSL_DTHFL> | "ADSL.DTHFL" | |
## | <adsl-map.ttl#ADSL_TRTSDT> | "ADSL.TRTSDT" | xsd:double |
## | <adsl-map.ttl#ADSL_RFENDT> | "ADSL.RFENDT" | xsd:double |
## | <adsl-map.ttl#ADSL_DCDECOD> | "ADSL.DCDECOD" | |
## | <adsl-map.ttl#ADSL_RFENDTC> | "ADSL.RFENDTC" | |
## | <adsl-map.ttl#ADSL_CUMDOSE> | "ADSL.CUMDOSE" | xsd:double |
## | <adsl-map.ttl#ADSL_TRT01A> | "ADSL.TRT01A" | |
## | <adsl-map.ttl#ADSL_AGEGR1> | "ADSL.AGEGR1" | |
## | <adsl-map.ttl#ADSL_USUBJID> | "ADSL.USUBJID" | |
## | <adsl-map.ttl#ADSL_TRT01PN> | "ADSL.TRT01PN" | xsd:double |
## | <adsl-map.ttl#ADSL_ITTFL> | "ADSL.ITTFL" | |
## | <adsl-map.ttl#ADSL_SITEGR1> | "ADSL.SITEGR1" | |
## | <adsl-map.ttl#ADSL_SEX> | "ADSL.SEX" | |
## | <adsl-map.ttl#ADSL_ETHNIC> | "ADSL.ETHNIC" | |
## | <adsl-map.ttl#ADSL_COMP8FL> | "ADSL.COMP8FL" | |
## | <adsl-map.ttl#ADSL_RFSTDTC> | "ADSL.RFSTDTC" | |
## | <adsl-map.ttl#ADSL_AGE> | "ADSL.AGE" | xsd:double |
## | <adsl-map.ttl#ADSL_VISNUMEN> | "ADSL.VISNUMEN" | xsd:double |
## | <adsl-map.ttl#ADSL_EFFFL> | "ADSL.EFFFL" | |
## | <adsl-map.ttl#ADSL_SAFFL> | "ADSL.SAFFL" | |
## | <adsl-map.ttl#ADSL_HEIGHTBL> | "ADSL.HEIGHTBL" | xsd:double |
## | <adsl-map.ttl#ADSL_MMSETOT> | "ADSL.MMSETOT" | xsd:double |
## | <adsl-map.ttl#ADSL_STUDYID> | "ADSL.STUDYID" | |
## | <adsl-map.ttl#ADSL_RACEN> | "ADSL.RACEN" | xsd:double |
## | <adsl-map.ttl#ADSL_DISONSDT> | "ADSL.DISONSDT" | xsd:double |
## | <adsl-map.ttl#ADSL_BMIBL> | "ADSL.BMIBL" | xsd:double |
## | <adsl-map.ttl#ADSL_DSRAEFL> | "ADSL.DSRAEFL" | |
## | <adsl-map.ttl#ADSL_AGEU> | "ADSL.AGEU" | |
## | <adsl-map.ttl#ADSL_DURDIS> | "ADSL.DURDIS" | xsd:double |
## | <adsl-map.ttl#ADSL_TRTDUR> | "ADSL.TRTDUR" | xsd:double |
## | <adsl-map.ttl#ADSL_VISIT1DT> | "ADSL.VISIT1DT" | xsd:double |
## | <adsl-map.ttl#ADSL_SUBJID> | "ADSL.SUBJID" | |
## | <adsl-map.ttl#ADSL_AVGDD> | "ADSL.AVGDD" | xsd:double |
## | <adsl-map.ttl#ADSL_WEIGHTBL> | "ADSL.WEIGHTBL" | xsd:double |
## | <adsl-map.ttl#ADSL_EDUCLVL> | "ADSL.EDUCLVL" | xsd:double |
## | <adsl-map.ttl#ADSL_SITEID> | "ADSL.SITEID" | |
## | <adsl-map.ttl#ADSL_COMP16FL> | "ADSL.COMP16FL" | |
## | <adsl-map.ttl#ADSL_RACE> | "ADSL.RACE" | |
## | <adsl-map.ttl#ADSL_TRTEDT> | "ADSL.TRTEDT" | xsd:double |
## | <adsl-map.ttl#ADSL_DISCONFL> | "ADSL.DISCONFL" | |
## | <adsl-map.ttl#ADSL_ARM> | "ADSL.ARM" | |
## | <adsl-map.ttl#ADSL_DURDSGR1> | "ADSL.DURDSGR1" | |
## | <adsl-map.ttl#ADSL_AGEGR1N> | "ADSL.AGEGR1N" | xsd:double |
## | <adsl-map.ttl#ADSL_TRT01P> | "ADSL.TRT01P" | |
## | <adsl-map.ttl#ADSL_TRT01AN> | "ADSL.TRT01AN" | xsd:double |
## | <adsl-map.ttl#ADSL_BMIBLGR1> | "ADSL.BMIBLGR1" | |
## -----------------------------------------------------------------
Then dump the contents of a record in the database.
cd ../extdata/sample-rdf
arq --data adsl.ttl --query ADSL-record.rq
## -------------------------------------------------------------------------------------------------------------------------------------------------------------
## | s | p | o |
## =============================================================================================================================================================
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_EFFFL> | "Y" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_DCREASCD> | "Completed" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_TRT01PN> | 54.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_COMP8FL> | "Y" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_CUMDOSE> | 9936.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_TRTSDT> | 19549.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_SITEGR1> | "718" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_TRT01AN> | 54.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_AVGDD> | 54.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_DURDIS> | 21.6E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_TRTDUR> | 184.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_HEIGHTBL> | 170.2E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_COMP16FL> | "Y" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_DCDECOD> | "COMPLETED" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_WEIGHTBL> | 82.1E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_BMIBLGR1> | "25-<30" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_AGE> | 78.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_SUBJID> | "1254" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_TRT01A> | "Xanomeline Low Dose" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_DURDSGR1> | ">=12" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_RFSTDTC> | "2013-07-10" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_SEX> | "M" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_DISCONFL> | "" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_DSRAEFL> | "" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_COMP24FL> | "Y" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_RFENDT> | 19732.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.w3.org/2000/01/rdf-schema#label> | "ADSL #01-718-1254" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_SAFFL> | "Y" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_AGEU> | "YEARS" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_ETHNIC> | "HISPANIC OR LATINO" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_AGEGR1> | "65-80" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_DISONSDT> | 18882.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_TRTEDT> | 19732.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_DTHFL> | "" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_MMSETOT> | 16.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_VISNUMEN> | 12.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_USUBJID> | "01-718-1254" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_ITTFL> | "Y" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_BMIBL> | 28.3E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_RFENDTC> | "2014-01-09" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> | <http://www.example.org/datasets/vocab/ADSL> |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_STUDYID> | "CDISCPILOT01" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_RACEN> | 1.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_VISIT1DT> | 19537.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_AGEGR1N> | 2.0E0 |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_TRT01P> | "Xanomeline Low Dose" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_RACE> | "WHITE" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_ARM> | "Xanomeline Low Dose" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_SITEID> | "718" |
## | <http://www.example.org/datasets/ADSL/01-718-1254> | <http://www.example.org/datasets/vocab/ADSL_EDUCLVL> | 18.0E0 |
## -------------------------------------------------------------------------------------------------------------------------------------------------------------
cd ../extdata/sample-rdf
arq --data adsl.ttl --data DC-DEMO-sample.ttl --query DEMOobservations-R-data.rq
## 12:00:42 WARN riot :: [line: 47, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 48, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 49, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 50, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 51, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 52, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 53, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 66, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 67, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 68, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 69, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 70, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 71, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 72, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 94, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 95, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 96, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 97, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 98, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 99, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 177, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 178, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 196, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 197, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 198, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 225, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 226, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 227, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 228, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 229, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 243, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 244, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 245, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 246, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 247, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 248, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 271, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 272, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 273, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 304, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 305, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 306, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 307, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 308, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 309, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 310, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 323, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 324, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 325, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 352, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 353, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 354, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 355, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 373, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 374, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 375, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 376, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 377, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 378, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 379, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 392, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 393, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 394, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 395, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 396, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 397, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 398, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 411, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 412, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 413, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 414, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 415, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 416, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 417, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 430, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 431, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 432, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 433, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 434, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 435, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 436, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 452, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 453, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 454, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 455, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 481, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 482, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 483, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 484, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 485, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 500, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 501, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 502, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 503, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 504, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 505, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 506, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 519, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 520, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 521, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 522, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 523, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 524, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 525, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 538, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 539, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 540, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 541, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 542, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 543, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 544, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 562, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 563, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 564, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 565, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 566, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 567, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 568, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 581, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 582, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 583, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 584, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 585, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 586, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 587, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 629, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 630, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 646, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 687, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 688, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 689, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 708, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 709, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 710, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 711, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 712, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 713, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 714, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 727, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 728, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 729, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 730, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 731, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 732, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 733, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 746, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 747, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 748, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 749, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 750, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 751, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 752, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 765, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 766, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 767, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 768, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 769, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 770, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 802, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 803, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 804, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 805, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 806, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 819, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 820, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 821, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 822, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 823, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 824, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 825, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 863, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 882, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 883, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 884, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 885, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 886, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 925, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 926, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 927, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 944, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 945, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 946, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 979, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 980, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 981, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 982, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 983, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 984, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 985, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 998, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 999, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1000, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1001, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1002, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1003, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1004, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1017, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1018, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1019, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1020, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1021, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1022, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1023, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1036, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1037, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1038, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1039, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1040, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1041, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1042, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1055, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1056, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1057, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1058, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1074, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1075, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1076, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1077, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1078, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1079, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1080, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1095, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1096, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1097, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1098, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1099, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1114, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1115, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1116, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1117, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1118, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1133, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1134, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1135, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1136, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1137, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1161, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1162, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1163, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1164, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1165, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1166, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1167, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1186, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1199, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1200, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1201, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1202, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1203, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1204, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1205, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1224, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1252, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1253, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1254, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1281, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1282, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1283, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1300, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1301, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1302, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1333, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1334, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1356, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1357, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1358, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1359, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1360, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1361, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1362, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1401, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1447, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1448, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1449, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1450, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1451, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1467, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1468, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1486, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1487, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1533, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1534, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1535, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1536, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1549, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1550, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1551, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1552, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1553, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1554, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1572, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1573, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1591, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1592, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1620, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1621, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1639, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1640, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1641, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1642, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1643, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1644, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1645, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1661, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1662, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1663, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1664, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1665, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1680, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1681, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1682, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1683, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1684, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1685, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1686, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1699, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1718, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1719, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1720, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1721, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1722, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1723, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1724, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1771, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1772, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1773, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1774, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1775, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1808, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1809, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1810, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1811, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1812, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1813, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1814, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1833, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1834, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1835, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1836, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1837, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1852, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1853, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1854, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1855, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1856, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1871, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1872, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1873, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1874, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1875, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1894, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1916, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1917, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1918, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1919, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1935, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1936, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1937, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1938, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1954, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1955, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1956, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1957, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1970, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1971, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1972, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1973, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1974, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1975, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1976, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1994, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 1995, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2013, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2014, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2032, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2033, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2059, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2060, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2061, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2062, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2063, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2064, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2065, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2088, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2089, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2090, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2091, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2092, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2093, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2094, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2107, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2108, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2109, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2110, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2111, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2112, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2113, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2126, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2127, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2128, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2129, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2130, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2131, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2132, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2154, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2155, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2156, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2157, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2158, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2159, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2160, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2179, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2180, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2181, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2182, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2183, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2184, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2185, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2218, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2219, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2220, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2221, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2222, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2223, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2236, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2237, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2238, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2239, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2240, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2241, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2242, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2255, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2256, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2257, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2258, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2259, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2260, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2261, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2274, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2275, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2276, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2277, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2278, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2279, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2280, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2293, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2294, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2295, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2296, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2297, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2298, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2299, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2326, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2327, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2328, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2329, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2330, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2331, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2332, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2345, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2346, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2347, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2348, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2349, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2350, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2351, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2364, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2365, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2366, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2367, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2368, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2369, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2370, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2383, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2384, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2385, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2386, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2387, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2388, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2389, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2402, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2403, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2404, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2405, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2406, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2407, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2408, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2421, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2422, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2423, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2424, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2425, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2426, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2427, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2440, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2441, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2442, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2443, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2444, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2445, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2446, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2469, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2470, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2471, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2472, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2473, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2474, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2475, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2488, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2489, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2490, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2491, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2492, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2493, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2494, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2507, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2508, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2509, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2510, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2511, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2512, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2513, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2526, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2527, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2528, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2529, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2530, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2531, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2532, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2555, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2556, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2557, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2558, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2559, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2560, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2561, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2574, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2575, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2576, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2577, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2578, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2579, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2580, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2593, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2594, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2595, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2596, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2597, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2598, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2599, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2622, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2623, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2624, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2625, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2626, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2627, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2628, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2647, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2648, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2649, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2650, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2651, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2652, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2653, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2666, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2667, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2668, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2669, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2670, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2671, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2672, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2700, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2701, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2702, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2703, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2704, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2705, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2706, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2738, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2739, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2740, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2741, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2742, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2743, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2744, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2757, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2758, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2759, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2760, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2761, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2762, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2763, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2776, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2777, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2778, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2779, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2780, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2781, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2782, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2795, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2796, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2797, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2798, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2799, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2800, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2801, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2826, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2827, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2828, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2829, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2830, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2831, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2832, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2845, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2846, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2847, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2848, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2849, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2850, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2851, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2864, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2865, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2866, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2867, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2868, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2869, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2870, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2887, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2888, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2889, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2890, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2891, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2892, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2893, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2909, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2910, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2911, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2912, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2913, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2914, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2915, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2928, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2929, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2930, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2931, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2932, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2933, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2934, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2947, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2948, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2949, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2950, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2951, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2952, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2953, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2987, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2988, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2989, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2990, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2991, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2992, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 2993, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3006, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3007, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3008, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3009, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3010, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3011, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3012, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3025, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3026, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3027, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3028, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3029, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3030, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3031, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3081, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3082, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3083, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3084, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3085, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3086, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3087, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3100, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3101, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3102, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3103, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3104, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3105, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3106, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3119, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3120, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3121, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3122, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3123, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3124, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3125, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3138, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3139, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3140, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3141, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3142, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3143, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3144, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3170, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3171, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3172, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3173, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3174, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3175, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3176, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3189, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3190, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3191, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3192, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3193, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3194, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3195, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3211, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3212, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3213, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3214, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3215, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3216, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## 12:00:42 WARN riot :: [line: 3217, col: 37] Bad IRI: <http://www.example.org/dc/code/CODING ERROR- no decode value> Code: 17/WHITESPACE in PATH: A single whitespace character. These match no grammar rules of URIs/IRIs. These characters are permitted in RDF URI References, XML system identifiers, and XML Schema anyURIs.
## ------------------
## | record | p | o |
## ==================
## ------------------
.. add text ..